Vcenter Guest IPSettings

Vcenter Guest IPSettings
Vcenter Guest IPSettings

The Vcenter Guest IPSettings schema specifies the IP settings for a virtual network adapter.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "ipv4": {
        "type": "string",
        "ip_address": "string",
        "prefix": 0,
        "gateways": [
            "string"
        ]
    },
    "ipv6": {
        "type": "string",
        "ipv6": [
            {
                "ip_address": "string",
                "prefix": 0
            }
        ],
        "gateways": [
            "string"
        ]
    },
    "windows": {
        "dns_servers": [
            "string"
        ],
        "dns_domain": "string",
        "wins_servers": [
            "string"
        ],
        "net_bios_mode": "string"
    }
}
ipv4
Optional

Specification to configure IPv4 address, subnet mask and gateway info for this virtual network adapter.

This property was added in vSphere API 7.0.0.0.

This property is currently required. If missing or null, the specification creation operation will fail.

ipv6
Optional

Specification to configure IPv6 address, subnet mask and gateway info for this virtual network adapter.

This property was added in vSphere API 7.0.0.0.

If missing or null, no IPv6 addresses are set.

windows
Optional

Windows settings to be configured for this specific virtual Network adapter. This is valid only for Windows guest operating systems.

This property was added in vSphere API 7.0.0.0.

If missing or null, no specific Windows settings are set.